home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / may95 / ents1f9.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  26KB  |  699x466  |  4-bit (12 colors)
Labels: text | screenshot | software | display | computer icon | multimedia software | graphics software | number | editing
OCR: Delphi - Propdemo File Edit Search View Compile Run Options Tools Help .. . .... .. ..... Standard Additional Data Access/Data Controls /Dialogs /System /VBX Samples \ Custom Object Inspector CUSTDEMO.PAS Button1: TButton Form1 OnClick Button1 Click :OnDragDrop OnDragOver Read DemoProp OnEndDrag oProp; {Read the property) OnEnter OnExit Write DemoProp OnKeyDown alue', 'DemoProp', S) ; OnKeyPress OnKeyUp to integer? } OnMouseDown if code <> 0 then OnMouseMove MessageDlg (' Error at position: ' + IntToStr ( Code) OnMouseUp else begin Label1. Caption := 'DemoProp Value Written: ' + S CustComp31. DemoProp := DemoProp; Properties / Events end; 57: 58 Insert .... Custdemo: